home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / frame_9 / PlaceObject2_230_193 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-02-25  |  324b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.l1 + _root.l2 + _root.l3 + _root.l4 + _root.l5 + _root.l6 + _root.l7 + _root.l8 == _root.letters)
  3.    {
  4.       setProperty("_root.grattis", _visible, true);
  5.       _root.victory = true;
  6.       stopAllSounds();
  7.       tellTarget(_root)
  8.       {
  9.          nextFrame();
  10.       }
  11.    }
  12. }
  13.